home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_u_z / winutil2.zip / README.TXT < prev    next >
Text File  |  1992-03-02  |  3KB  |  84 lines

  1.  
  2.  This is File Commander, a new product from Wilson WindowWare. 
  3.  The documentation for this product is still incomplete.  We're
  4.  whacking it into shape as fast as we can.  Once you figure out
  5.  what this product can do, I'm sure you will excuse us.
  6.  
  7.  
  8. PURPOSE:
  9.  
  10.    File Commander is an extender for the Win 3.1 File Manager.  It adds
  11.    a menu item to the File Manager menu bar.  From this single top-level
  12.    menu item, File Commander allow you to make up to 99 menu items spread
  13.    upto 5 levels deep.
  14.  
  15.    The menu items, when selected, execute our Windows Interface Language (WIL)
  16.    code.  What is the WIL language?  Well, its the Windows batch file language
  17.    developed by Wilson WindowWare, and found in the following products:
  18.  
  19.      Wilson WindowWare: Command Post     - As the menu script language
  20.      Wilson WindowWare: WinBatch         - The Windows batch language
  21.      Symantec:          Norton Desktop   - The Batch Runner/Builder language 
  22.      PubTech:           BatchWorks       - The Windows batch language
  23.  
  24.      >>> If you have used Command Post, you will find the menu scripts
  25.      >>> *remarkably* similiar. 
  26.  
  27.    The WIL language supports zillions (well maybe 200) different functions
  28.    that allow you to do pritnear anything.  Documentation for this version
  29.    of File Commander does not yet exist.  The best bet is to install our
  30.    WinBatch product (on this same set of disks) and study the WINBATCH.TXT
  31.    and the NEWSTUFF.TXT files.
  32.  
  33.    An examination of the WWWFMEXT.FME menu script file and a look at the
  34.    WinBatch function reference should do wonders.
  35.  
  36.    In the NEWSTUFF.TXT file (page 88-89) (Search for "Multiple Menu Levels")
  37.    is a discussion on how to code the menus for each level of drop-down
  38.    menu.  Basically it is just column-dependent.  Good Luck.
  39.  
  40.      
  41.  
  42. HOW TO INSTALL:
  43.  
  44.    File Commander consists of 2 DLL's and one menu script file.  To wit:
  45.  
  46.       WWWBATCH.DLL - Our Batch processor DLL
  47.       WWWFMEXT.DLL - The interface with the File Manager
  48.  
  49.       WWWFMEXT.FME - The File Manager Extender script.  This is the menu
  50.                      script file. It can be edited with any text editor.
  51.                      Notepad, WinEdit, Brief, etc.
  52.  
  53.       Also included is
  54.       BROWSER.EXE  - A text file browser.  Very handy
  55.  
  56.  
  57.    To connect File Commander into your system, edit the WINFILE.INI file
  58.    in your Windows directroy.  Add the following lines:
  59.  
  60.       [AddOns]
  61.       WWW=WWWFMEXT.DLL
  62.  
  63.    and copy all 3 files to any directory in your path statement.
  64.    Also copy BROWSER.EXE to the same place if you want Browser.
  65.  
  66. HOW-2-ADD YOUR OWN MENU ITEMS
  67.  
  68.    Edit the WWWFMEXT.FME file.  The file is COLUMN SENSITIVE, especially
  69.    in the first four columns with define the menu item titles.  Menu
  70.    batch code should start in column 5 or later (I like col 8).
  71.  
  72.  
  73.  
  74. FUTURE:
  75.  
  76.    File Commander is a shareware product selling (currently)
  77.    for $49.95.  People who have licensed Command Post from us 
  78.    in the past may license File Commander for $35.
  79.  
  80.  
  81.    Morrie Wilson
  82.    Wilson WindowWare, Inc
  83.    (206) 938-1743
  84.